home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / plinkcfg.zip / POSTLINK.CFG < prev    next >
Text File  |  1992-11-10  |  18KB  |  484 lines

  1. #
  2. # For Postlink version 1.03
  3. #
  4. LASTTIME.TXT=YES
  5. NODE-MODE=YES
  6. BBS-TAG-LINE=The MOG-UR'S EMS ■ Granada Hills, CA ■ 818-366-1238/8929 ■ 16.8K D/S
  7. NET-TAG-LINE=RelayNet(tm)
  8. RECEIVED-FILES-DIR=D:\WC\FILES\RRELAY
  9. USE-EXTENDED-MEMORY=NO
  10. USE-EXPANDED-MEMORY=YES
  11. DUPE-TABLE-SIZE=0
  12. #
  13. # PostLink(tm) Configuration file
  14. # Copyright (C) 1992 by Kip Compton, ALL RIGHTS RESERVED.
  15. #
  16. #
  17. # This file should contain all of your "global" configuration options
  18. # such as compression programs, timezone information, file transfer
  19. # protocols, etc.
  20. #
  21. # The options that generally need to be changed for each site are listed
  22. # at the top of this file.  If you are installing the software for the first
  23. # time, you should set up the options until you see a message saying that
  24. # it is not necessary to set up the rest of the options:
  25. #
  26. #
  27. # Timezone information: TIMEZONE=n sets the timezone.  N should be the
  28. # number of hours after UTC (aka greenwich mean time) you are.
  29. #
  30. #  5 = Eastern
  31. #  6 =
  32. #  7 = Mountain
  33. #  8 = West Coast
  34. #
  35. # DAYLIGHT-SAVINGS should be set to NO if daylight savings time is not
  36. # in effect, YES if it is.
  37. #
  38. TIMEZONE=8
  39. DAYLIGHT-SAVINGS=NO
  40. #
  41. # Define MailStore...different MailStores are for different systems.
  42. # Currently supported MailStores:
  43. #
  44. #   UTI2   : UTI Revision 2
  45. #   PCB145 : PCBoard 14.5
  46. #
  47. MAILSTORE=UTI2
  48. #
  49. #
  50. # This variable sets the name of the file to log activity to.  To have no
  51. # log at all, just comment this line out.
  52. #
  53. LOG=POSTLINK.LOG
  54. #
  55. #
  56. # SYSTEM MESSAGE CONFIGURATION:
  57. #
  58. #   Messages for users (usually the SYSOP) from the networking software can
  59. #   either be placed in a text file, or placed right into a message base on
  60. #   your BBS.
  61. SYSTEM-MSG-CONFERENCE=5
  62. #   To place the messages into your message base, define the variable
  63. #   "SYSTEM-MSG-CONFERENCE" and set it equal to the number of the conference
  64. #   that you want sysop messages to be placed in (note: these numbers are
  65. #   the same as the numbers used in MANAGE when editing conferences, and
  66. #   do not necessarily correspond to the conference numbers on your BBS).
  67. #
  68. #   To have the messages placed in a text file, define the configuration
  69. #   variable "SYSTEM-MSG-FILE" and set it equal to the full path of the
  70. #   file that you would like sysop messages placed in.  If none is specified,
  71. #   the messages will be placed in SYSMSG.TXT in the current directory.
  72. #
  73. #
  74. #
  75. #
  76. #  IF YOU ARE INSTALLING THE SOFTWARE FOR THE FIRST TIME YOU MAY STOP HERE.
  77. #  THE REST OF THE OPTIONS ARE OPTIONAL.
  78. #
  79. # AUTO-ADD-NEW-NODES should be set to YES if you want to automatically add
  80. # new nodes when they call.
  81. #
  82. AUTO-ADD-NEW-SITES=YES
  83. #
  84. # File Transfer Protocol Information:
  85. #
  86. # Each protocol has a character associated with it (ie A-Z and 0-9).
  87. #
  88. # Warning: Do not change the characters that these represent without talking
  89. # to the others on your network.  The software negotiates which protocol
  90. # to use based on which are available, and if the letters do not match up,
  91. # it will not work properly.
  92. #
  93. # (ie, if Z is ZModem on your system, it must be ZModem on all systems that
  94. # you call and that call you, unless they do not support ZModem, in which
  95. # case Z should not be defined as being any protocol)
  96. #
  97. # Each protocol has a letter associated with it.  The first thing you
  98. # need is a listing of the available protocols:
  99. #
  100. # PROTOCOLS=A B C D E F G H I J K ..
  101. #
  102. # Just list the letters that are being used.  NOTE: THE FIRST PROTOCOL LISTED
  103. #   WILL BE THE DEFAULT FOR ADDED SYSTEMS.
  104. # Then, define 3 other attributes:
  105. #
  106. #
  107. #  The name (for display purposes only)
  108. #  PROTO-NAME-Z=Zmodem
  109. #
  110. #  The send command
  111. #
  112. #   PROTO-SEND-Z=$$ZMODEMS
  113. #
  114. #  The receive command
  115. #
  116. #   PROTO-RECV-Z=$$ZMODEMR
  117. #
  118. # Note: Use the following for built-in protocols:
  119. #
  120. # Protocol             Send/Recv            Suggested Letter
  121. # Zmodem               $$ZMODEM               Z
  122. # XModem-1k            $$XMODEM-1K            O
  123. # XModem-1K-G          $$XMODEM-1K-G          F
  124. # XModem-CRC           $$XMODEM               X
  125. #
  126. # For external protocols, the following variables are defined:
  127. #
  128. #  $$PORT     ---> an integer representing the port # (ie 1 for COM1)
  129. #  $$RECDIR   ---> Directory to place received files in (ie C:\UPLOAD)
  130. #  $$RECNAME  ---> Expected name of file to be received (ie 3.NUL)
  131. #  $$SENDPATH ---> Full path of file to send (ie C:\POSTLINK\3.NDL)
  132. #
  133. # Note that it is perfectly acceptable to define "better" implementations
  134. # of protocols to these letters (for example, use DSZ ZModem for Z instead
  135. # of the built in one.)
  136. #
  137. #
  138. # In addition, some special protocol options must be configured.  They
  139. # are put in the PROTO-OPTIONS-X where X is the letter of the protocol.
  140. #
  141. # Currently, the only two options are BIDIRECTIONAL and FULLSCREEN.  So, for
  142. # a bidirectional protocol such as HSLINK, assuming that you're using H as the
  143. # protocol's letter, you would put the following to make it both FULLSCREEN and
  144. # BIDIRECTIONAL
  145. #
  146. # PROTO-OPTIONS-H=BIDIRECTIONAL FULLSCREEN
  147. #
  148. #  NOTE THAT IT IS IN ALL CAPS.  IT _IS_ CASE SENSITIVE.
  149. #
  150. # Supported protocols:
  151. #
  152. PROTOCOLS=Z F O X H
  153. #
  154. # Built-in Zmodem
  155. PROTO-NAME-Z=Zmodem
  156. PROTO-SEND-Z=$$ZMODEM
  157. PROTO-RECV-Z=$$ZMODEM
  158. # If you want to use DSZ for your Zmodem, just uncomment the following
  159. # 2 lines:
  160. PROTO-SEND-Z=dsz port $$PORT ha on sz -m $$SENDPATH
  161. PROTO-RECV-Z=dsz port $$PORT pB4096 ha on rz -m $$RECDIR
  162. PROTO-OPTIONS-Z=FULLSCREEN
  163. #
  164. # -- built in Xmodem-1k-G
  165. PROTO-NAME-F=Xmodem-1k-G
  166. PROTO-SEND-F=$$XMODEM-1K-G
  167. PROTO-RECV-F=$$XMODEM-1K-G
  168. #
  169. # -- built in Xmodem-1k
  170. PROTO-NAME-O=Xmodem-1k
  171. PROTO-SEND-O=$$XMODEM-1K
  172. PROTO-RECV-O=$$XMODEM-1K
  173. #
  174. # -- build in Xmodem-CRC
  175. PROTO-NAME-X=Xmodem-CRC
  176. PROTO-SEND-X=$$XMODEM
  177. PROTO-RECV-X=$$XMODEM
  178. #
  179. # -- HSLink bidirectional protocol (external)
  180. #
  181. # Uncomment the following 4 lines AND add an "H" to the PROTOCOLS
  182. # setting above to enable HS/Link support.
  183. #
  184. PROTO-NAME-H=HS/Link
  185. PROTO-SEND-H=hslink -P$$PORT -U$$RECDIR $$SENDPATH
  186. PROTO-RECV-H=hslink -P$$PORT -U$$RECDIR $$SENDPATH
  187. PROTO-OPTIONS-H=BIDIRECTIONAL FULLSCREEN
  188. #
  189. # Compression Scheme Information.
  190. #
  191. #  Compression schemes are identified by strings of up to 3 characters.
  192. #  These strings s hould correspond to the extension that the compression
  193. #  program puts on the end of compressed files (ie ZIP for zip files).
  194. #
  195. #  The first thing you need is a listing of available compression schemes
  196. #
  197. #  COMPRESS=AAA BBB CCC ...
  198. #
  199. #  Then you need to define the command to compress a file:
  200. #
  201. # COMPRESS-AAA=COMPRESS $$FPATH $$DESTDIR
  202. #
  203. #  and the command to uncompress a file
  204. #
  205. # UNCOMPRESS-AAA=UNCOMPRESS $$FPATH $$DESTDIR
  206. #
  207. #  Where AAA is the up to three character identifier for the compression
  208. #  scheme.
  209. #
  210. # The following variables are available when defining compression programs:
  211. #
  212. # For both compressing and uncompressing:
  213. #
  214. #  $$CMP-PATH  --> Full path of compressed file without extension (ie C:\POSTLINK\RECV\U3)
  215. #
  216. # for uncompressing only
  217. #
  218. #  $$DESTDIR   --> Directory to place resutant file(s) in (ie C:\POSTLINK)
  219. #
  220. # for compressing only
  221. #
  222. #  $$INCFILE   --> Include these files (files or wildcards sep. by spaces)
  223. #
  224. #
  225. # NOTE : THE ABOVE VARIABLES ARE CASE-SENSITIVE, AND THUS MUST BE IN ALL CAPS!
  226. #
  227. COMPRESS=ZIP
  228. #
  229. # Definition for PKZIP
  230. COMPRESS-ZIP=PKZIP -es $$CMP-PATH $$INCFILES
  231. UNCOMPRESS-ZIP=PKUNZIP -o $$CMP-PATH $$DESTDIR
  232. COMPRESS-OPTIONS-ZIP=FULLSCREEN
  233. #
  234. # Define the maximum number of channels that are available.  The system can
  235. # have up to 16767 channels, but the more channels you have, the worse the
  236. # performance becomes.  (ie, the site.lst file grows larger, etc)
  237. #
  238. # IF YOU NEED MORE THAN 16767 CHANNELS, CONTACT KIP COMPTON AS THE SOFTWARE
  239. # CAN EASILY BE CHANGED TO SUPPORT MANY MORE PORTS -- The 16767 limit was
  240. # introduced for efficency reasons...
  241. #
  242. MAX-CHANNELS=1300
  243. #
  244. # Options for mail..
  245. #
  246. # This option controls whether private mail addressed to the sysop is exported.
  247. #
  248. EXPORT-SYSOPS-PRIVATE-MAIL=NO
  249. #
  250. # This option is the name of the sysop as it should be on outside systems.
  251. #
  252. USE-SYSOPS-REAL-NAME=YES
  253. #
  254. # This option controls the default maximum number of packets to keep per
  255. # channel in the .PUB (public) files.
  256. #
  257. DEFAULT-MAX-TO-KEEP=1000
  258. #
  259. # This option controls the default minimum number of packets to keep per
  260. # channel in the .PUB (public) files.
  261. #
  262. DEFAULT-MIN-TO-KEEP=10
  263. #
  264. # The IMPORT-MODE and EXPORT-MODE variables control whether POSTLINK.EXE
  265. # automatically exports and imports on the fly.  If you set EXPORT-MODE and/or
  266. # IMPORT-MODE to AUTOMATIC, then the corresponding operation will be performed
  267. # on the fly by POSTLINK.EXE, only when needed.  You should then not have to run
  268. # EXPORT or IMPORT ever again.  For example, to be fully automatic, set both
  269. # EXPORT-MODE and IMPORT-MODE to AUTOMATIC.  To have mail imported onto your
  270. # board automatically (ie as it is uploaded) but not have mail exported from
  271. # your board until EXPORT.EXE is run, set IMPORT-MODE to AUTOMATIC and
  272. # EXPORT-MODE to MANUAL.
  273. #
  274. # If these variables are left out, the default is AUTOMATIC.
  275. #
  276. EXPORT-MODE=AUTOMATIC
  277. IMPORT-MODE=AUTOMATIC
  278. #
  279. # MINIMUM DISK SPACE REQUIREMENTS:
  280. #
  281. #   On startup, PostLink programs check the free space
  282. #   available in the work directory and shared directories.  If the free
  283. #   space is less than the minumum number of K to be free as defined by
  284. #   the following variables, the software will signal an error and terminate.
  285. #
  286. #   In addition, if the space free is within a certain percentage of the
  287. #   minimum free space allowed, a message will be sent to the sysop.  The
  288. #   default percentages are 20%, but they can be changed by changing the
  289. #   variables below:
  290. #
  291. #   Note that the amount of free space is expressed in K, ie 5000 is 5 megs.
  292. #   Setting the minimum free space to 0 will disable these checks.
  293. #
  294. #   For the shared directory:
  295. SHARED-DIR-MIN-SPACE=5000
  296. SHARED-DIR-MIN-PERCENT=20
  297. #
  298. #    For the work directory:
  299. WORK-DIR-MIN-SPACE=5000
  300. WORK-DIR-MIN-PERCENT=20
  301. # DOS SHELL SWAPPING OPTIONS
  302. #
  303. #   SHELL-SWAP controls whether the programs swap themselves to disk or
  304. #   ems memory when they shell out to DOS.  (ie to call UTIs, PKZIP, protocol
  305. #   drivers, etc.)  If it is YES, the programs will attempt to swap themselves
  306. #   out, if it is NO, they will not.
  307. SHELL-SWAP=YES
  308. #
  309. #   SHELL-SWAP-EMS controls whether, if configured to swap, the programs
  310. #   attempt to use EMS memory instead of disk when swapping out.  If set
  311. #   to YES, the programs will swap to EMS memory if enough is available;
  312. #   if enough EMS memory is not available, they will swap to disk.
  313. SHELL-SWAP-EMS=YES
  314. SHELL-SWAP-XMS=NO
  315. #
  316. #    SHELL-SWAP-DIR controls where the programs place their swap files if
  317. #    they end up swapping to disk.  It is a drive and directory.
  318. #    Thus, you can specify a RAM disk.
  319. #    If this variable is not defined, the
  320. #    programs use their current working directory.
  321. #
  322. SHELL-SWAP-DIR=H:\
  323. #
  324. #
  325. # Site list Packing configuration:
  326. #
  327. #  The MAX-SITE-LIST-IDLE-DAYS variable controls how many days a site must
  328. #  be idle before it is automatically deleted by the packing routines.  If
  329. #  it is not specified, no sites will ever be deleted because they are too
  330. #  old.  Note that sites that you add yourself will not be deleted automaticaly
  331. #  until the site has called at least once.
  332. #
  333. MAX-SITE-LIST-IDLE-DAYS=10
  334. #
  335. # Automatic Packing configuration:
  336. #
  337. #  POSTLINK.EXE can be configured to automatically pack the dictionary, site list,
  338. #  and/or .PUB files on a regular basis.
  339. #
  340. #  AUTOMATIC-PACKING turns on and off the entire automatic packing apparatus.
  341. #  if is it set to "YES" automatic packing will occur; "NO" means no automatic
  342. #  packing.
  343. #
  344. #  In addition, there is an variable for each of the files to be packed which
  345. #  allows you to specify how often, in days, each file is packed.  If
  346. #  you set the number of days to 0, no automatic packing will take place.
  347. #  (for example, 1 means pack every day, 2 every other day, etc.)
  348. #
  349. #  The default values for these are 1 day for .PUB files and 10 days for
  350. #  both the site list and dictionary.
  351. #
  352. AUTOMATIC-PACKING=YES
  353. PACKET-PACK-DAYS=1
  354. SITELIST-PACK-DAYS=10
  355. DICTIONARY-PACK-DAYS=10
  356. #
  357. # "Message Data" File Configuration
  358. #
  359. #   The Message Data file is used to keep track of messages.  The primary
  360. #   function that this supports is reference numbers.
  361. #
  362. #   You can control how many messages back the software keeps track of.  You
  363. #   can have the software keep track of 0 to 5000 messages in each conference.
  364. #   The default is 1000 messages per conference.
  365. #
  366. NUM-RECS-IN-MSGDATA=1000
  367. #
  368. #
  369. # Debugging Directory Option:
  370. #
  371. #   Normally, when it is done with PREAMBLE, U##, and D## files, POSTLINK.EXE
  372. #   deletes them.  If you set the DEBUG-DIR option to a directory, POSTLINK.EXE
  373. #   will, instead of deleting the files, move them to the directory specified.
  374. #   You must not specify your work directory as this directory or things will
  375. #   get screwed up.  This option is intended to be used only if you are having
  376. #   problems and need to examine exactly what was uploaded by the sites that
  377. #   call you.  Note that this directory must exist; the software will not
  378. #   create it for you.
  379. #
  380. #DEBUG-DIR=C:\POSTLINK\DEBUG
  381. #
  382. # MAIL CONFIGURATION:
  383. #
  384. #
  385. #  There are several options that control the _DEFAULTS_ for options that
  386. #  control how mail is handled on a conference by conference basis.  These
  387. #  variables only take effect when put new conference onto the net (ie give
  388. #  it a channel in manage.exe); they do not have any effect on conferences
  389. #  that have already been set up.  They are also only the DEFAULTS for these
  390. #  new conferences; they can be changed when adding the conference or any
  391. #  time later.
  392. #
  393. #  The first option, DEFAULT-PRIVATE-MAIL, controls whether or not private
  394. #  mail in general is exported and imported.  Note that if you set this to
  395. #  YES, the individual import and export Routed Mail options below have no
  396. #  effect; if this option is set to YES, all private mail is exported and
  397. #  imported regardless of whether it is routed or not.  Generally, it is a
  398. #  good idea to set this option to NO, as if it is set to YES, all private
  399. #  mail in the conference will be exported, and if it is not routed, it
  400. #  will appear on all boards that also have this flag set to YES and who
  401. #  take the conference on the network.
  402. #
  403. DEFAULT-PRIVATE-MAIL=NO
  404. #
  405. #  The next two options control whether Private and Public mail is "Auto
  406. #  Routed".   "Auto Routing" means that when exporting mail, the software
  407. #  looks at messages that have reference numbers (and are thus replies to
  408. #  a message) and routes that reply message back to the system where the
  409. #  message that it is a reply to was written.
  410. #
  411. #  In general, PRIVATE Auto Routing is very GOOD; it makes mail a lot more
  412. #  "private" in that once a series of replies has gotten started, the
  413. #  private messages only appear on the origin and destination systems.
  414. #
  415. #  In general, PUBLIC Auto Routing is BAD; it keeps people from seeing
  416. #  conversations that are going on.  However, in extremely busy conferences
  417. #  this may be desirable.
  418. #
  419. DEFAULT-AUTO-ROUTE-PRIV=YES
  420. DEFAULT-AUTO-ROUTE-PUBLIC=NO
  421. #
  422. #  The next two options control whether Routed Private Mail is exported and
  423. #  Imported.  If Private Mail is turned on for the conference, these two
  424. #  flags are ignored; all private mail is being exported and imported.  If
  425. #  Private Mail is turned off for the conference, these flags can allow you
  426. #  to import/export private messages that are routed, including Auto Routing.
  427. #  These options should generally be set ON, as a routed message is pretty
  428. #  private.
  429. #
  430. #  For Exporting:
  431. #
  432. DEFAULT-EXP-PRIV-ROUTED=YES
  433. #
  434. #  For Importing:
  435. #
  436. DEFAULT-IMP-PRIV-ROUTED=YES
  437. #
  438. #  The next two defaults control the default for Bridge Modes.  Generally,
  439. #  you want to have Bridge Mode turned OFF for all of your conferences.
  440. #  Bridge mode is generally used for "bridging" conferences across networks.
  441. #
  442. #
  443. DEFAULT-BRIDGE-EXPORT=NO
  444. DEFAULT-BRIDGE-IMPORT=NO
  445. #
  446. #
  447. #
  448. #
  449. # File Request Configuration
  450. #
  451. # This option controls whether a message is sent to the sysop when somone
  452. # attempts to request a file that they are not allowed to request in the
  453. # REQUEST.DAT.  YES means a message is sent, NO means no message is sent.
  454. # The default is YES.
  455. #
  456. ILLEGAL-REQ-WARNING=YES
  457. #
  458. # This option controls whether a message is sent to the sysop when someone
  459. # attempts to request a file which is not found in any of the paths listed
  460. # in the REQUEST.DAT file.  YES means a message is sent, NO means no message
  461. # is sent.  The default is NO.
  462. #
  463. UNKNOWN-REQ-WARNING=YES
  464. #
  465. #
  466. # Dictionary Administrative Update Configuration
  467. #
  468. # Normally, dictionary name publications (or unpublications) are noly honored
  469. # if they are from the site that they are updating.  However, in some
  470. # situations it is desirable to let some site(s) update your dictionary
  471. # for any names.  These updates are called "Administrative Updates" and this
  472. # configuration variable controls who is allowed to do them.
  473. #
  474. # To allow administrative dictionary updates, add the variable
  475. # DICTIONARY-ADMIN-SITES= and then put a list of ID(s) that are allowed
  476. # to send you administrative updates.  For example,
  477. #
  478. DICTIONARY-ADMIN-SITES=2 3 326
  479. #
  480. # Would allos sites 1,2,3, and 4 to send you administrative updates.  Note
  481. # that you _can_ use names here instead if you like.
  482. #
  483. #
  484.